For shared assemblies , there is only one instance of a 對(duì)于共享程序集,每個(gè)進(jìn)程只有一個(gè)
Side - by - side shared assemblies 并行共享程序集
All shared assemblies must be strong - named signed by the publisher 所有共享程序集必須帶有強(qiáng)名稱(chēng)(由發(fā)行者簽名) 。
This option is primarily recommended for middle - tier and shared assemblies 建議將此選項(xiàng)主要用于中間層和共享程序集。
Run vcredist x86 . exe on the target computer . this installs all visual c libraries as shared assemblies 這將安裝所有visual c + +庫(kù)作為共享程序集。
Procedures for deploying visual c library dlls as shared assemblies create a setup and deployment project 用于部署visual c + +庫(kù)dll作為共享程序集的過(guò)程
A shared assembly must have a strong name and can be deployed in the global assembly cache 共享的程序集必須具有強(qiáng)名稱(chēng),并且可以在全局程序集緩存中部署。
Specifies where the runtime can find a shared assembly if it is not installed on the computer 如果計(jì)算機(jī)上未安裝共享程序集,指定運(yùn)行庫(kù)可在何處找到共享程序集。
You should share assemblies by installing them into the global assembly cache only when you need to 應(yīng)當(dāng)僅在需要時(shí)才將程序集安裝到全局程序集緩存中以進(jìn)行共享。
You should share assemblies by installing them into the global assembly cache only when necessary 應(yīng)當(dāng)只在必要時(shí)才將程序集安裝到全局程序集緩存中來(lái)共享程序集。